T
Array elements can be of any type.
Platform Core .NET Assemblies API
Equals<T>(T[],T[]) Method
See Also  Send Feedback
Terrasoft.Common Namespace > ArrayUtilities Class > Equals Method : Equals<T>(T[],T[]) Method
source
The array compared.
target
The array to compare to.

Glossary Item Box

Determines whether the arrays are equal.

Syntax

 
C#
 
 

Parameters

source
The array compared.
target
The array to compare to.

Type Parameters

T
Array elements can be of any type.

Return Value

true, if specified objects are equal; otherwise — false.

Remarks

Overloaded method.

Default comparison is used for corresponding type of array element.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.